Messages
8/20/2024
2 : 14
RD#469 A deep dive on forms with modern React
React 19 introduces terrific primitives for building great forms
8/11/2024
19 : 4
RD#468 Common Sense Refactoring of a Messy React Component
Because rewrites rarely lead to anything good
8/4/2024
6 : 44
RD#467 Dissecting Partial Pre Rendering
Fast initial loads, dynamic content, and rich interactivity in a single HTTP request
7/28/2024
18 : 4
RD#466 How Airbnb Smoothly Upgrades React
With reusable infrastructure that allows them to roll out new versions progressively
7/21/2024
18 : 4
RD#465 Understanding SSR with Hydration
Hydration is a technique associated with server-side rendering
7/14/2024
18 : 14
RD#464 Sneaky React Memory Leaks
How the React compiler won't save you
7/7/2024
18 : 4
RD#463 Enhancing The New York Times Web Performance with React 18
An how they tackled some of the challenges
6/30/2024
18 : 24
RD#462 Web Workers, Comlink, Vite and TanStack Query
A great way to offload work from the main thread
6/23/2024
18 : 24
RD#461 React 19 and Suspense
A drama in 3 acts
6/16/2024
18 : 24
RD#460 Need for Speed
A quick way to improve React testing times
6/9/2024
19 : 14
RD#459 How to Create a Modal in React with HTML Dialog
Gone are the days that we need to install bloated libraries
6/3/2024
9 : 54
RD#457 React Compiler
React Compiler automatically memoizes your code
6/3/2024
8 : 17
RD#458 Sneaky React Memory Leaks
How useCallback and closures can bite you
5/19/2024
17 : 54
RD#456 Data Fetching Patterns in Single-Page Applications
Five patterns to help Single Page Applications fetch data from remote sources
5/12/2024
17 : 4
RD#455 The Forensics Of React Server Components
Deep look at the impact they have on the page load timeline
5/5/2024
17 : 4
RD#454 API Layer & Fetch Functions
ixing API and UI code quickly leads to messy and unmaintainable code
4/28/2024
17 : 14
RD#453 Get your codebase ready for React 19
Is your app ready for what's coming up in React 19's release
4/21/2024
17 : 14
RD#452 How to Style a React Application
Once the logic and the components are ready and functional, making them look pretty is straightforward, right? Right?
4/14/2024
16 : 4
RD#451 State machines in React
The power of state machines for building intuitive wizard interfaces
4/7/2024
18 : 24
RD#450 How does useOptimistic() work internally in React?
Optimistic UI is a trick to improve the perceived performance